php artisan make:controller --resource JobController

php artisan make:model Job

php artisan make:migration create_jobs_table